PowerTCP Mail for .NET
PartCollection<T> Class
Members 




Base class that implements a generic List that operates on Parts.
Object Model
PartCollection<T> Class
Syntax
Public Class PartCollection(Of T As Resource) 
   Inherits System.Collections.Generic.List(Of T)
Dim instance As PartCollection(Of T)
public class PartCollection<T> : System.Collections.Generic.List<T> 
where T: Resource
public __gc class PartCollection<T> : public System.Collections.Generic.List<T> 
where T: Resource
generic<typename T>
public ref class PartCollection : public System.Collections.Generic.List<T> 
where T: Resource
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Dart.Mail.PartCollection<T>

See Also

Reference

PartCollection<T> Members
Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic